home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(0 >= _root.canoncount)
- {
- _root.canongun = false;
- _root.lasergun = true;
- _root.gunname = "Laser Gun";
- _root.amitavafire = "Unlimited";
- }
- if(0 >= _root.amithealth)
- {
- _root.tank.truck.gotoAndStop(3);
- _root.tank.turret.gotoAndStop(4);
- _root.amitavaplay = false;
- }
- if(850 < _root.sco)
- {
- if(va == 1)
- {
- _root.j6.att = true;
- va = 0;
- }
- }
- if(1750 < _root.sco)
- {
- if(vb == 1)
- {
- _root.caman.att = true;
- vb = 0;
- }
- }
- if(2600 < _root.sco)
- {
- if(vc == 1)
- {
- _root.jet.att = true;
- vc = 0;
- }
- }
- }
-